@charset "utf-8";
/* CSS Document */

/* It is important to have a single CSS sttyle sheet for the whole website as it keeps the visual identiy of the site cohesive and savs time on the work end as each page does not need its own css work done */

body
{background-color: aquamarine}
h1
{font-family: "RimWordFont";
	font-size: 150px;
	text-align: center;}
    
/* this is my backgroud image */
body {
	background: url("Backgroundpage.png");
	background-size: cover;
	 border-left: 150px solid transparent;
	border-right: 150px solid transparent;
  padding: 15px;
	border-image: url("orange bordeer.png") 600 round;
	
	
	
}
/* This is a heading for every page */
h2
{
	text-align: center;
	font-size: 60px;
	font-family: "RimWordFont";
	color: aliceblue
	
}



/* this is the table on the home page */
table{ 
text-align: center;
	align-content: center;
	align-self: center;
	padding: 50px;
	width: auto; 
	
	

} 
th,td{
	padding: 15px;
	border: 15px;
	border-color: orange;
	border-style: solid;
	font-size: 70px;
	font-family: "RimWordFont";
	color: aliceblue;
	
	
}
header{
	background: url("Orange-Gradient.jpg");
	background-size: cover;
	padding:60px 0;
	text-align: center;
	color:black;
	font-size: 60px;
	margin-bottom: 40px;

}
.dlctitles {
padding-top: 90px;	
	
	
}

.dlccovers { 
	align-content: center;
	border: thick;
	border-color:#06E7FB 
		
	



}

nav{padding: 30px;
	background: #D4B71D;
	font-size: 50px
}
nav a {margin: 20px;
	text-decoration: none;
	color: white;
	font-family: RimWordFont


}

P{color: aliceblue;
  font-size: 30px;
font-family: "RimWordFont";
text-align: center;

}